/*
Theme Name: Griendling V1
Theme URI: http://alexgriendling.com
Description: A grid based portfolio theme.
Version: 1.0
Author: R. Angermuller
Author URI: http://theuniverseisfolded.com
Tags: minimal, portfolio, four column, grid,
*/

/*** Reset ***/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body{line-height:1;text-align:left;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
:focus {outline:0;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
table{border-collapse:collapse;border-spacing:0;}

/******* Basics and Typography *******/

* { 
	padding: 0; 
	margin: 0; 
	}

p { 
	color: #4E4E4E;
	font-size: 12px; 
	line-height: 17px; 
	padding-bottom: 10px;
	text-align: justify;
}

h1, h1.title a {
	font-size: 12px;
	display: block;
	color: #000;
	font-weight:normal;
	text-decoration:none;
}

h2 {
	font-size:14px;
	display: block;
	color: #FFF;
	font-weight:normal;
}

h3 {
	font-size:20px;
	margin-bottom:25px;
		
}

	
* html #content, * html #sidebar { 
	overflow: hidden; /* For IE */ 
	}

.hide {
	display: none;
	}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.end {
	margin-right: 0 !important;	
}


img.alignleft {
	margin-right: 9px;	
}

img.alignright {
	margin-left: 9px;	
}

img.alignnone {
	margin-bottom: 18px;
	display:block;
}

::selection {
        background: #EAEAE8; /* Safari */
        }
::-moz-selection {
        background: #EAEAE8; /* Firefox */
}

@font-face {
  font-family: 'Inconsolata';
  font-style: normal;
  font-weight: normal;
  src: local('Inconsolata'), url("themes.googleusercontent.com/static/fonts/inconsolata/v5/BjAYBlHtW3CJxDcjzrnZCLrIa-7acMAeDBVuclsi6Gc.woff") format('woff');
}

/*** Main ***/

body {
	font-family: 'Inconsolata', sans-serif; 
	background: #FFFFFF; 
	margin: 0 auto;
	height: 100%;
	font-size: 11px;
	}
	
#wrapper {
	width: 1036px; 
	height: inherit; 
	margin: 0 auto;
	}

/******* Navigation *******/

.menu {
	width: 213px;
	height:25px;
	overflow:hidden;
	color:#FFF;
	background-color:#000;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	position: fixed;
	margin-left:777px;
	z-index:999;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
	}

.menu:hover {
	height:155px;
	cursor:pointer;
}
	
.menu li {
	display: block;
	color:#FFF;
	padding: 5px 8px;
	text-decoration: none;
	line-height: 15px;
	}
	
.menu li.first {
	display: block;
	padding: 5px 8px 5px 8px;
	text-decoration: none;
	line-height: 15px;
	}
	
.menu li a:link {
	color: #FFF; 
	text-decoration: none; 
	display: block;
	white-space: nowrap;
	}
	
.menu li a:visited {
	text-decoration: none; 
	color: #FFF; 
	display: block;   
	white-space: nowrap;
	}
	
.menu li a:hover {
	color:#FF4B52;
	text-decoration: none;
	}
	
.menu li a:active {
	color:#FF4B52;
	text-decoration:none;
	}
	
.menu .droparrow {
	background-image:url("alexlikesdesign.com/wp-content/themes/Griendling%20V1/images/dropdownarrow.png");
	background-repeat: no-repeat;
	position: absolute;
	top: 7px;
	right: 7px;
	height:10px;
	width:10px;
}
/*** Content ***/
.header {
	width:990px;
	height:25px;
	margin: 40px 23px 45px 23px;
}

.title {
	width:213px;
	height:25px;
	float:left;
	font-size:12px;
	position:relative;
	margin-right:46px;	
}

.content {
	width:1036px;
	height:auto;
	color: #4E4E4E;
	font-size: 12px;
	line-height: 17px;	
}

.content a {
	color: #FF4B52;
	text-decoration:none;
}

.content a:hover {
	color: #d2d2d2;	
}

.grid {
	}
	
.grid .post {
	width: 213px;
	height: 195px; 
	float: left; 
	margin: 0 23px 46px 23px;
	position: relative; 
	overflow: hidden;
	display: table;
	}
	
/** Image Hover State **/

.grid .post .thumb {
	width: 213px; 
	height: 195px;
}

.grid .post .thumb a {
	width: 213px; 
	position:absolute;
	z-index:0;
}
	
.grid .post .thumb:hover img {
	opacity: 1;
	}

.grid .post .thumb h2 {
	color: #FFF;
	width: 213px; 
	height: 195px; 
	text-decoration: none;
	opacity: 0; 
	position:absolute; 
	z-index:1;
	background-color:#FF4B52;
	text-align:center;
	display: block; 
	-webkit-transition: opacity .2s ease;
	transition:  opacity .2s ease;
	-moz-transition:  opacity .2s ease; 
	-o-transition:  opacity .2s ease;
	opacity: 0; 
	overflow: hidden;
	}
	
.grid .post .thumb:hover h2 {
	opacity: 1;
	display:block;
}

.grid .post .thumb h2 a:hover, .grid .post .thumb h2 a {
	line-height: 17px;
	color:#FFF;
	text-decoration:none;
	display: table-cell; 
	vertical-align: middle; 
	text-align: center;
	width: 314px;
	height:195px;
	padding: 0 24px;
	position: relative;
}

/** End Image Hover State **/

.grid .post .post-meta {
	font-size: 10px; 
	font-style: italic; 
	color: #656363;
	padding-left:12px;
	}
	
.grid .post .post-meta span, .grid .post .post-meta a {
	color: #000; font-family: Helvetica, Arial, sans-serif; font-style: normal;
	}

#pagination {
	height: 45px;
	padding: 20px 12px 0 12px;
	display: block;
	clear: both;
	}
	
#pagination .nextpostslink {
	color: #000; 
	text-decoration: none; 
	display: block; 
	padding: 9px 0; 
	text-align: center; 
	font-size: 14px;
	background-color: #000;
	}
	
#pagination .nextpostslink:hover {
	background-color: #FFEA97; 
	text-decoration: none; 
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	}
	
#pagination .loading {
	background: url("alexlikesdesign.com/wp-content/themes/Griendling%20V1/images/loading.gif") 240px 9px no-repeat; 
	color: #555;
	}
	
#pagination .loading:hover {
	background-color: transparent !important; 
	cursor: default;
	}

.button {
	padding:15px 18px;
	background-color:#000;
	font-size: 12px;
	color:#fff;
	text-decoration:none;
	margin-top: 25px;
	letter-spacing: 2px;
	text-transform: uppercase;
	clear: both;
}

a.button:hover{
	background-color:#FF2D4C;
}

/*** Archive Page ***/

.archive {
	margin-bottom: 23px;
	clear:left;
}

.archive-date {
	font-size: 12px;
	font-weight: lighter;
	color:#FF4B52;
	padding-left:23px;
	margin-bottom: 23px;
	clear:left;
}

.ebox {
	background-color: #ff4b52;
	width: 472px;
	margin: 0 auto;
	padding: 46px;
	color: #FFF;
}

.ebox h1{
	font-size:18px;
	margin-bottom:15px;
	color:#FFF;
}

.ebox p {
		color:#FFF;
		margin-bottom:15px;
}

/*** Post Page ***/

.post-content{
	width: 730px;
	float: right;
	margin: 0 23px 115px 23px;
}

.post-content a {
	color:#FF2D4C;
	text-decoration:none;
}

.post-content a:hover {
	color:#e2e2e2;
}

.post-description {
	width: 472px;
	float:left;	
	overflow:hidden;
}

.post-img {
	width:730px;
	float:left;	
}

.post-img img {
	margin-bottom:18px;	
}

.post-meta {
	width: 213px;
	float: left;
	margin: 0 23px;
}

.post-meta h1{
	font-size:18px;
	line-height:130%;
	display: block;
	color:#000;
	margin-bottom: 15px;
}

.post-category a {
	font-size: 12px;
	font-weight: lighter;
	text-decoration: none;
	text-transform:uppercase;
	color:#999;	
}

.post-date, .post-date a {
	font-size: 12px;
	font-weight: lighter;
	color:#FF4B52;
	margin-bottom: 5px;
	text-decoration:none;
	text-transform: lowercase;
}

.post-date a:hover {
	font-size: 12px;
	font-weight: lighter;
	color:#d2d2d2;
	margin-bottom: 5px;
}

.post-footer {
	height: 195px;
	clear: both;
	text-decoration: none;
	width: 1036px;	
}

.post-related {
	width:753px;
	height:auto;
	float:right;	
}

.post-navigation {
	height: 25px;
	margin-top:25px;
	letter-spacing: 2px;
	text-transform: uppercase;	
}

.post-prev {
	padding:15px 18px;
	float: left;
	background-color:#000;
	font-size: 12px;
	color:#fff;
	text-decoration:none;
}

.post-next {
	padding:15px 18px;
	float: right;
	background-color:#000;
	font-size: 12px;
	color:#fff;
	text-decoration:none;
}

a.post-prev:hover, a.post-next:hover{
	background-color:#FF2D4C;
}

/*** Blog Page ***/

.blog {
	width:1036px;
	float:left;
}

.blog .post-content{
	width: 472px;
	float: left;
	margin: 0 23px 115px 23px;
}

.blog .post-footer {
	height: 195px;
	float: left;
	text-decoration: none;
	width: 753px;	
}

/*** About ***/

.about-text {
	width:472px;
	float:left;
	margin-top:-4px;
}

.about-pic {
	width: 213px;
	float: left;
	margin: 0 46px 0 23px;
	min-height: 400px;
}

.about-pic img {
	width: 213px;
	height:inherit;
}

ul.social {
	height:25px;
	width: 432px;
	padding-top:5px;
}

.social li {
	display:inline;
	padding-right:23px;	
}

.social li a {
	padding-left:10px;
	vertical-align: top;
}

/******* Footer *******/

#footer {
	height: 20px;
	margin:65px 23px 15px 23px;
	width: 990px;
	clear: both;
}

.footer p {
	font-size:10px; 
	color: #d2d2d2;
}
	
.footer a {
	color:#d2d2d2; 
	text-decoration:underline;
	}
	
.footer a:hover {
	color:#B3B3B1;
	text-decoration: underline;
	}
	
/*
     FILE ARCHIVED ON 08:37:29 Aug 04, 2012 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 16:09:34 Aug 18, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1.042
  exclusion.robots: 0.05
  exclusion.robots.policy: 0.032
  esindex: 0.022
  cdx.remote: 24.836
  LoadShardBlock: 138.852 (3)
  PetaboxLoader3.datanode: 168.833 (4)
  load_resource: 1979.036
  PetaboxLoader3.resolve: 108.752
*/